Add remove-hook to previous commit
authorjustbur <justin@burkett.cc>
Fri, 2 Oct 2015 13:04:51 +0000 (09:04 -0400)
committerjustbur <justin@burkett.cc>
Fri, 2 Oct 2015 13:04:51 +0000 (09:04 -0400)
which-key.el

index b0d50991ecfaf6d3fd92787d8f87b67642722a17..3412a50a648b3f6936a1f6910ca909ce9c95023e 100644 (file)
@@ -394,6 +394,7 @@ alongside the actual current key sequence when
     (when which-key-show-remaining-keys
       (remove-hook 'pre-command-hook #'which-key--lighter-restore))
     (remove-hook 'pre-command-hook #'which-key--hide-popup)
+    (remove-hook 'post-command-hook #'which-key--hide-popup)
     (remove-hook 'focus-out-hook #'which-key--stop-timer)
     (remove-hook 'focus-in-hook #'which-key--start-timer)
     (which-key--stop-timer)))